home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual 16
/
PC Actual CD 16.iso
/
autocad
/
R14301.DXR
/
00369_wait for voice.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-04-24
|
235 b
|
16 lines
on exitFrame
global sound_is
CheckForRollovers()
if sound_is then
if soundBusy(2) then
go(the frame)
else
startTimer()
end if
else
if the timer < 400 then
go(the frame)
end if
end if
end